func net/http.parseRequestLine
2 uses
net/http (current package)
request.go#L982: func parseRequestLine(line string) (method, requestURI, proto string, ok bool) {
request.go#L1040: req.Method, req.RequestURI, req.Proto, ok = parseRequestLine(s)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)